home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / ArtForTheMac.sea.hqx / Sample Scenes / test.scn < prev    next >
Text File  |  1992-09-27  |  753b  |  50 lines

  1. # this test scene contains a few reflective solids.
  2.  
  3. raysperpixel 4
  4. antialiasing adaptive
  5. output rlea
  6. background 0,0,0.15
  7.  
  8. light {
  9.     colour 0.8, 0.8, 0.8
  10.     location (-10.0, 40.0, 20.0)
  11. }
  12.  
  13. light {
  14.     colour 0.8, 0.7, 1.0
  15.     location (-10.0, 40.0, -20.0)
  16. }
  17.  
  18. sphere {
  19.     colour 1.0, 0.0, 0.0
  20.     material 0.0, 0.95, 0.05, 0.0
  21.     center (2.0, -0.5, -4.0)
  22.     radius    1.0
  23. }
  24.  
  25. sphere {
  26.     colour 1.0, 0.0, 0.0
  27.     material 0.0, 0.25, 0.75, 6.0
  28.     reflectance 0.75
  29.     center (-2.0, -0.5, -6.0)
  30.     radius    1.1
  31. }
  32.  
  33. box {
  34.     colour 0.7, 0.5, 0.5
  35.     material 1.6, 0.1, 0.9, 20
  36.  reflectance 0.1
  37.  transparency 0.9
  38.     vertex (3.5, 2.5, -5.0)
  39.     vertex (1.5, 0.5, -6.0)
  40. }
  41.  
  42. box {
  43.     colour 0.0, 1.0, 0.0
  44.     material 0.0, 0.25, 0.75, 6.0
  45.     reflectance 0.75
  46.     vertex (4.5, 5.5, -10.0)
  47.     vertex (-3.5, -4.5, -11.0)
  48. }
  49.  
  50.